home *** CD-ROM | disk | FTP | other *** search
- Path: news.mindspring.com!usenet
- From: wdnick@mindspring.com (William "Doug" Nicholson)
- Newsgroups: comp.lang.c++
- Subject: Re: How do you do some math things?
- Date: Fri, 08 Mar 1996 02:48:22 GMT
- Organization: MindSpring Enterprises
- Message-ID: <4hnseu$t76@firebrick.mindspring.com>
- References: <1996Mar07.220056.133566@ua1ix.ua.edu>
- Reply-To: wdnick@mindspring.com
- NNTP-Posting-Host: wdnick.mindspring.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- Steamer222.aol.com (CChambl1) wrote:
-
- > Does any know how to do all the math functions like square root
- >and squares and all the other operators?
-
- At the beginning of your program put:
-
- #include <math.h>
-
-
-
- William D. Nicholson wdnick@mindspring.com
- Mechanical Engineering Student
- Southern College of Technology It is what you make it.
- Under heavy construction: http://www.mindspring.com/~wdnick/home.html
-
-